home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / shared.dxr / 00593_button scripts.ls < prev    next >
Encoding:
Text File  |  1996-07-29  |  425 b   |  33 lines

  1. on button5
  2.   global gInTypeWord
  3.   set gInTypeWord to 1
  4.   UserSelect("TypeIn", "home")
  5. end
  6.  
  7. on button4
  8.   global gInTypeWord
  9.   set gInTypeWord to 0
  10.   UserSelect("WordList", "home")
  11. end
  12.  
  13. on button3
  14.   killSprites()
  15.   MoviePlay(1)
  16.   resetPuzzle()
  17. end
  18.  
  19. on button2
  20.   puppetSound(0)
  21.   sound close 1
  22.   sound close 2
  23.   CloseSection()
  24.   GoMainMenu()
  25. end
  26.  
  27. on button1
  28.   puppetSound(0)
  29.   sound close 1
  30.   sound close 2
  31.   ExitSequence()
  32. end
  33.